home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 102 / CD-ROM 102.iso / aplic / 2sync / 2SyncSetup.exe / modules / hp / panel / scripts / DefineButton2_40 / BUTTONCONDACTION on(rollOut).as < prev    next >
Encoding:
Text File  |  2002-03-20  |  253 b   |  14 lines

  1. on(rollOut){
  2.    tellTarget("_level50")
  3.    {
  4.       gotoAndStop("off");
  5.    }
  6.    if(noroll != "1")
  7.    {
  8.       if(_currentframe == "2" and eval("../../../codelib:selectbar") != eval("../:bar"))
  9.       {
  10.          gotoAndStop("1");
  11.       }
  12.    }
  13. }
  14.